Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating versioneer again, properly. #1863

Merged
merged 1 commit into from
Aug 22, 2023
Merged

Conversation

gtristan
Copy link
Contributor

First time around we were using versioneer install --no-vendor, and neglecting to remove the versioneer.py file from the toplevel, which is still required by BuildStream's setup.py for a few reasons.

Instead, go back to versioneer install --vendor and update versioneer files correctly.

Fixes #1855

First time around we were using `versioneer install --no-vendor`, and
neglecting to remove the `versioneer.py` file from the toplevel, which
is still required by BuildStream's setup.py for a few reasons.

Instead, go back to `versioneer install --vendor` and update versioneer
files correctly.

Fixes #1855
Copy link

@Callek Callek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As the versioneer maintainer, I approve. Though I note we do have 0.29 out now (Released in July), which could be used instead of 0.28 at your discretion.

@gtristan gtristan merged commit b2b12b0 into master Aug 22, 2023
16 checks passed
@gtristan gtristan deleted the tristan/update-versioneer branch August 22, 2023 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't build with Python 3.12
2 participants